home *** CD-ROM | disk | FTP | other *** search
/ Champak 49 / Volume 49 - JOGO DISK .iso / Games / honeytrouble.swf / scripts / DefineButton2_20 / BUTTONCONDACTION on(press).as
Encoding:
Text File  |  2007-09-27  |  225 b   |  11 lines

  1. on(press){
  2.    if(input_txt2.text != "")
  3.    {
  4.       display_txt1.text = _parent.trace_str(input_txt1.text,int(input_txt2.text));
  5.    }
  6.    else
  7.    {
  8.       display_txt1.text = _parent.trace_str(input_txt1.text);
  9.    }
  10. }
  11.